@charset "utf-8";
/* CSS Document */


/**common**/
*{ margin:0; padding:0;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1.5 Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { border:0;}
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
input,select,textarea {-webkit-appearance: none;border-radius: 0;outline: none}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #303030;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #303030;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #303030;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #303030;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
	color: #303030;
}

.fl { float:left;}
.fr { float:right;}
@font-face { font-family: "Helvetica"; src: url('../fonts/Helvetica.ttf'); }
@font-face { font-family: "HelveticaBold"; src: url("../fonts/HelveticaBold.ttf");}
@font-face { font-family: "Helvetica-Roman-SemiB"; src: url("../fonts/Helvetica-Roman-SemiB.ttf");}
@font-face { font-family: "OppoSansBold"; src: url("../fonts/OppoSansBold.ttf");}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:3px;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color:rgba(255,255,255,0.11); border-radius:0px;}
::-webkit-scrollbar-thumb { background-color:#008fe9;} /* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive { background-color:#008fe9;} /* 滚动条滑块点击状态 */


/*头部 开始*/
.ly_top { width:100%; height:auto; margin:0; padding:0; top:0; left:0;position: fixed; z-index:3; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative;}
.ly_top .top_top{width:100%; height:100px;margin:0; padding:0;border-bottom:1px solid #e2e2e2;}
.ly_top .lytop_main { width:1400px; height:auto; margin:0 auto; padding:0;}
.lytop_main .ly_logo { width:20%; overflow:hidden; margin:18px 0 0; padding:0; float:left;}
.ly_logo a { display: table-cell; vertical-align: middle; width:100%; overflow:hidden; margin:0; padding:0;}
.ly_logo a img { display:inline-block; max-width:100%; height:auto; max-height:100%; margin:0; padding:0;}
.ly_logo a img.logo2 { display:none;}

.lytop_main .lytop_right { margin:30px 0 0 30px; float:right;}

.lytop_right .lytop_search { width:100%; height:43px; margin:0; padding:0; float:left; position:relative; z-index:2;}
.lytop_search form { width:100%;height:43px; margin:0; padding:0; position:relative;}
.lytop_search form .sc_ipt { width:300px; height:38px; margin-right: 10px; padding:0; float:left;}
.lytop_search form .sc_ipt input { display:block; width:100%; height:38px; background:#fff; border:1px solid #e9e7e7; border-radius:30px; overflow:hidden; line-height:20px; color:#868686; font-size:14px; margin:0; padding:0 25px; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;box-shadow: rgba(136, 136, 136, 0.2) 0px 5px ;}
.lytop_search form .sc_ipt input::-webkit-input-placeholder{ color:#868686;}
.lytop_search form .sc_btn { width:60px; height:43px; overflow:hidden; margin:0; padding:0; float:right;}
.lytop_search form .sc_btn input { display:block; width:60px; height:43px; overflow:hidden; margin:0; padding:0; background:url(../images/search_button.png) center center no-repeat; background-size:60px 43px; border:0; outline:none; cursor:pointer;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lytop_search form .sc_btn input:hover{background:url(../images/search_button_on.png) center center no-repeat;}

/*导航栏 开始*/
.ly_nav { width:1400px; height:auto; margin:0 auto; padding:0; clear:both;}
.ly_nav li, .ly_nav a {	text-decoration: none; list-style: none;}
.ly_nav ::-webkit-scrollbar { display: none;}
.ly_nav .nav_list { width:100%; margin:0 auto; -webkit-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list > ul > li { display:inline-block; width:auto; position: relative; list-style: none; padding:0 3.9%; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color:#242424; border-right:1px solid #e2e2e2;}
.ly_nav .nav_list > ul > li:last-child { border:0;}
.ly_nav .nav_list > ul > li > a { display: inline-block; width:100%; line-height: 68px; color: #242424; font-size: 16px; text-align:center; padding: 0; margin: 0; text-decoration: none; position:relative; z-index:1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #fff;}
.ly_nav .nav_list > ul > li > em { display:block; width:100%; height:0; overflow:hidden; background: linear-gradient(to right top, #0592d7, #95cb5b); margin:0; padding:0; position:absolute; bottom:0px; left:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ly_nav .nav_list > ul > li:hover > em, .ly_nav .nav_list > ul > li.active > em { height:100%;}
.ly_nav .nav_list > ul > li i { display:inline-block; width:20px; height:20px; background:url(../images/down.png) center center no-repeat; background-size:20px 20px; vertical-align:middle; cursor:pointer; margin:0; display:none;}
.ly_nav .nav_list > ul > li i.cur{ background:url(../images/up.png) center center no-repeat; background-size:10px 10px; text-decoration:none;}
.ly_nav .nav_list > ul > li ul { display:none; width:100%; overflow:hidden; background-color:#fff; box-shadow:0 5px 10px rgba(0, 0, 0, 0.1); position:absolute; left:0; top:68px; z-index:9;}
.ly_nav .nav_list > ul > li:hover ul { display:block;}
.ly_nav .nav_list > ul > li ul li { width:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:1px solid rgba(85, 87, 89, 0.1);}
.ly_nav .nav_list > ul > li ul li:last-child { border:0;}
.ly_nav .nav_list > ul > li ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#555; font-size:14px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list > ul > li ul li a:hover { color:#008fe9;}
.ly_nav .nav_menu { display: none;}

.fxd .ly_nav .nav_list > ul > li > a { color:#333;}
.fxd .ly_nav .nav_list > ul > li:hover > a, .fxd .ly_nav .nav_list > ul > li.active > a { color: #fff;}

/*导航栏 结束*/
/*头部 结束*/

/*ly_foot 开始*/
.links { width:100%; overflow:hidden; margin:0 auto; padding:0 0 60px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ind_title2 i{ width:100% !important;}
.ind_title2 i:before,.ind_title2 i:after{ width:48% !important;}
.ly_links { width:100%; overflow:hidden; margin:0 auto; padding:0 0 30px; border-bottom:1px solid rgba(255,255,255,0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.links_main { width:100%;max-width:1400px; overflow:hidden; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.links_main .links_list { width:100%; height:auto; margin:0 auto; padding:0;}
.links_main .links_list a{display:inline-block; height:40px; line-height:40px; color:#333; font-size:15px;padding:0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.links_main .links_list i{width: 2%;display: inline-block;text-align: center;height: 40px; line-height: 40px;color: #ddd;font-size: 12px; vertical-align:top;}
.links_main .links_list a:hover{ color:#0592d7;}

.foot { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;position:relative;}
.foot .foot_container { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.foot .foot_container:before{content: "";width: 100%; height: 9px;background: linear-gradient(to right, #0592d7, #95cb5b); display:block;}
.foot .foot_main { width:1400px; height:auto; margin:0 auto; padding:70px 0;}
.foot_main .foot_fl { height:auto; margin: 0 6% 0 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.foot_fl .foot_logo { width:250px; height:60px; overflow:hidden; margin:0 0 30px; padding:0;}
.foot_fl .foot_text { width:100%; overflow:hidden; margin:0; padding:0;}
.foot_fl .foot_text span{background:url(../images/foot_tel_ico.png) left center no-repeat; padding-left:30px; font-size:15px; color:#888; display:block; line-height:24px;}
.foot_fl .foot_text p{ font-size:40px; line-height:60px; font-weight:bold;background: linear-gradient(to right, #0592d7, #95cb5b);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.foot_fl .foot_text a{background:url(../images/foot_cont_ico.png) right center no-repeat;font-size:15px; color:#888; display:block;line-height:24px; width:35%;}
.foot_main .mid{ width:55%;position:relative; padding:0 5%; margin:0;}
.foot_main .mid:before{content: ""; height:200px; width:1px; background:#ddd; display:block; position:absolute; left:0;}
.foot_main .mid:after{content: ""; height:200px; width:1px; background:#ddd; display:block; position:absolute; right:0; top:0;}
.foot_fl ul li { width:33.33%; height:auto; margin:0 auto; text-align:center;float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.foot_fl ul li:nth-child(3n+3){ padding:0;}
.foot_fl ul li p { width:100%; height:34px; line-height:34px; color:#333; font-size:18px; font-weight:bold; margin:0 auto 20px; padding:0;}
.foot_fl ul li .ft1_list { width:100%; max-height:140px; overflow:hidden; margin:0; padding:0;}
.foot_fl ul li .ft1_list a { display:block; width:60%; height:36px; overflow:hidden; line-height:36px; color:#999; font-size:15px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.foot_fl ul li .ft1_list a:hover{ color:#0592d7;}
.foot_main .foot_fr { height:auto; margin:0; padding:0; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.foot_main .foot_fr .border{ border:1px solid #ddd; padding:10px; text-align:center;}
.foot_main .foot_fr .border img{ max-width:135px;}
.foot_main .foot_fr .border span{ display:block; color:#999;line-height: 30px;}

.foot_copy { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#0592d7;}
.foot_copy .foot_copy_main { width:1400px; overflow:hidden; margin:0 auto; padding:0;}
.foot_copy_main p { height:65px; line-height:65px; color:#fff;margin:0; padding:0;}
.foot_copy_main p a { color:#fff;}

@keyframes wave {
    100% {
        transform: translateX(-50%);
    }
}

/*ly_foot 结束*/

/*网站右侧漂浮*/
.f_pf1 { margin:-90px 0 0; position:fixed;top:50%;right:10px; z-index:2;}
.f_pf1 a.qqa {display:block;width:44px;height:44px;overflow:hidden;background:rgba(0,0,0,.5);margin-bottom:2px; font-size:0;}
.f_pf1 a.qqa:hover { background:#008fe9;}
.f_pf1 a.qqa:after {content:'';display:block;width:24px;height:24px;background:url(../images/slidebar_icon.png) top center no-repeat;overflow:hidden;margin:9px 10px;}
.f_pf1 .tela>a {display:block;width:44px;height:44px;overflow:hidden;background:rgba(0,0,0,.5);margin-bottom:2px;}
.f_pf1 .tela>a:hover { background:#008fe9;}
.f_pf1 .tela>a:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -27px no-repeat;overflow:hidden;margin:9px 10px;}
.f_pf1 .tela .wz {position:absolute;top:40px;left:-224px;z-index:999;display:none;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.f_pf1 .tela:hover .wz{display:block;}
.f_pf1 .tela p {background:#fff;padding:5px;width:200px;height:40px;overflow:hidden;font-size:18px;font-weight:bold;color:#008fe9;line-height:40px;text-align:center;}
.f_pf1 .tela p em {width:0;height:0;border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent #fff;margin-top:-4px;position:absolute;top:50%;right:-6px;}
.f_pf1 .wxa {position:relative;}
.f_pf1 .wxa>span {display:block;width:44px;height:44px;overflow:hidden;background:rgba(0,0,0,.5);margin-bottom:2px;}
.f_pf1 .wxa>span:hover { background:#008fe9;}
.f_pf1 .wxa>span:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -52px no-repeat;overflow:hidden;margin:9px 10px;}
.f_pf1 .wxa .code {position:absolute;top:-44px;left:-144px;z-index:999;display:none;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.f_pf1 .wxa:hover .code{display:block;}
.f_pf1 .wxa .code p {background:#fff;padding:5px;width:120px;height:120px;overflow:hidden; position:relative;}
.f_pf1 .wxa .code p img { display:block; max-width:100%;max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.f_pf1 .wxa .code p em {width:0;height:0;border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent #fff;margin-top:-4px;position:absolute;top:50%;right:-6px;}
.f_pf1 a.totop {display:block;width:44px;height:44px;overflow:hidden;background:rgba(0,0,0,.5);margin-bottom:2px; cursor:pointer;}
.f_pf1 a.totop:hover { background:#008fe9;}
.f_pf1 a.totop:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -76px no-repeat;overflow:hidden;margin:9px 10px;}

/*右侧漂浮 结束*/